home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / software / netscape / 32bit / _setup.lib / INSTRSRC.DLL / [0] (.txt) next >
Encoding:
Null Bytes Alternating  |  1995-11-22  |  464 b   |  21 lines

  1. VENT_RECORD FocusEvent;
  2.     } Event;
  3. } INPUT_RECORD, *PINPUT_RECORD;
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. typedef struct _CHAR_INFO {
  16.     union {
  17.         WCHAR UnicodeChar;
  18.         CHAR   AsciiChar;
  19.     } Char;
  20.     WORD Attributes;
  21. } CHAR